home *** CD-ROM | disk | FTP | other *** search
/ Champak 106 / Vol 106.iso / games / stepp000.swf / scripts / DefineButton2_267 / BUTTONCONDACTION on(release).as
Text File  |  2010-04-12  |  93b  |  8 lines

  1. on(release){
  2.    set("/:Challenge",true);
  3.    tellTarget("/")
  4.    {
  5.       play();
  6.    }
  7. }
  8.